home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / power / setup.exe / {app} / POWERARC.EXE / 0 / RCDATA / TFINDFORM / TFINDFORM.txt
Text File  |  2004-04-06  |  4KB  |  198 lines

  1. object FindForm: TFindForm
  2.   Left = 328
  3.   Top = 102
  4.   BorderStyle = bsDialog
  5.   Caption = 'Find Files'
  6.   ClientHeight = 237
  7.   ClientWidth = 368
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnKeyPress = FormKeyPress
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TLabel
  19.     Left = 16
  20.     Top = 56
  21.     Width = 42
  22.     Height = 13
  23.     Caption = 'File &type:'
  24.   end
  25.   object PageControl1: TPageControl
  26.     Left = 4
  27.     Top = 10
  28.     Width = 361
  29.     Height = 193
  30.     ActivePage = TabSheet3
  31.     TabOrder = 0
  32.     object TabSheet1: TTabSheet
  33.       Caption = 'Name'
  34.       object Label1: TLabel
  35.         Left = 16
  36.         Top = 56
  37.         Width = 65
  38.         Height = 13
  39.         AutoSize = False
  40.         Caption = 'File &Name:'
  41.         FocusControl = ftype
  42.         Transparent = True
  43.       end
  44.       object ftype: TEdit
  45.         Left = 80
  46.         Top = 53
  47.         Width = 265
  48.         Height = 21
  49.         TabOrder = 0
  50.       end
  51.     end
  52.     object TabSheet2: TTabSheet
  53.       Caption = 'Date'
  54.       object Label2: TLabel
  55.         Left = 11
  56.         Top = 60
  57.         Width = 42
  58.         Height = 13
  59.         Caption = 'Between'
  60.         FocusControl = ftype
  61.         Transparent = True
  62.       end
  63.       object Label3: TLabel
  64.         Left = 193
  65.         Top = 60
  66.         Width = 18
  67.         Height = 13
  68.         Caption = 'and'
  69.         FocusControl = ftype
  70.         Transparent = True
  71.       end
  72.       object AllDates: TRadioButton
  73.         Left = 8
  74.         Top = 8
  75.         Width = 169
  76.         Height = 17
  77.         Caption = '&All dates'
  78.         TabOrder = 0
  79.         OnClick = AllDatesClick
  80.       end
  81.       object ModifiedDates: TRadioButton
  82.         Left = 8
  83.         Top = 32
  84.         Width = 185
  85.         Height = 17
  86.         Caption = '&Find files created or modified '
  87.         TabOrder = 1
  88.         OnClick = ModifiedDatesClick
  89.       end
  90.       object etime1: TDateTimePicker
  91.         Left = 64
  92.         Top = 56
  93.         Width = 121
  94.         Height = 21
  95.         CalAlignment = dtaLeft
  96.         Date = 37735.929405462960000000
  97.         Time = 37735.929405462960000000
  98.         DateFormat = dfShort
  99.         DateMode = dmComboBox
  100.         Kind = dtkDate
  101.         ParseInput = False
  102.         TabOrder = 2
  103.       end
  104.       object etime2: TDateTimePicker
  105.         Left = 222
  106.         Top = 56
  107.         Width = 121
  108.         Height = 21
  109.         CalAlignment = dtaLeft
  110.         Date = 37735.929405462960000000
  111.         Time = 37735.929405462960000000
  112.         DateFormat = dfShort
  113.         DateMode = dmComboBox
  114.         Kind = dtkDate
  115.         ParseInput = False
  116.         TabOrder = 3
  117.       end
  118.     end
  119.     object TabSheet3: TTabSheet
  120.       Caption = 'Size'
  121.       object bytesL: TLabel
  122.         Left = 160
  123.         Top = 78
  124.         Width = 81
  125.         Height = 13
  126.         Caption = 'kbytes'
  127.         Transparent = True
  128.       end
  129.       object AllSizes: TRadioButton
  130.         Left = 8
  131.         Top = 16
  132.         Width = 217
  133.         Height = 17
  134.         Caption = '&All sizes'
  135.         TabOrder = 0
  136.         OnClick = AllSizesClick
  137.       end
  138.       object CSize: TRadioButton
  139.         Left = 8
  140.         Top = 40
  141.         Width = 217
  142.         Height = 17
  143.         Caption = '&Find  file size in the range'
  144.         TabOrder = 1
  145.         OnClick = CSizeClick
  146.       end
  147.       object SizeMode: TComboBox
  148.         Left = 48
  149.         Top = 104
  150.         Width = 153
  151.         Height = 21
  152.         Style = csDropDownList
  153.         ItemHeight = 13
  154.         TabOrder = 2
  155.         Items.Strings = (
  156.           'Below (<=)'
  157.           'Above (>=)'
  158.           'Exact (=)')
  159.       end
  160.       object SelSize: TEdit
  161.         Left = 48
  162.         Top = 72
  163.         Width = 105
  164.         Height = 21
  165.         TabOrder = 3
  166.       end
  167.     end
  168.   end
  169.   object OKButt: TButton
  170.     Left = 125
  171.     Top = 208
  172.     Width = 75
  173.     Height = 25
  174.     Caption = '&OK'
  175.     Default = True
  176.     TabOrder = 1
  177.     OnClick = HelpButtClick
  178.   end
  179.   object CancelButt: TButton
  180.     Left = 206
  181.     Top = 208
  182.     Width = 75
  183.     Height = 25
  184.     Caption = '&Cancel'
  185.     TabOrder = 2
  186.     OnClick = CancelButtClick
  187.   end
  188.   object HB: TButton
  189.     Left = 287
  190.     Top = 208
  191.     Width = 75
  192.     Height = 25
  193.     Caption = '&Help'
  194.     TabOrder = 3
  195.     OnClick = HBClick
  196.   end
  197. end
  198.